This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Samuel Elachek 14.Jan.04 03:02 AM a Web browser Domino Designer6.0.2 CF2Windows 2000
Dear all,
Does anyone know how to get the attachment in notes mail and copy it into notes document. I noticed that the attachment is in the field named "$File", and I tried to get the attachment and copy it into notes document using the method below, but this doesn't work.
Dim itemA As NotesItem
itemA=docCurrent.getfirstitem("$File")
Call newdoc.Copyitem(ItemA, "Body")
So, can anyone pls give some advice on this problem ?
Thanks in advance.